/*This rule should not be needed, as all list-2 lists should be nested within an OL or UL; it's put here just in case the HTML generation doesn't properly nest the 2nd level list. */
UL.List {
display: list-item;
margin-left: 3em;
margin-top: 0.4em;
margin-bottom: 0.4em
}
UL.List-2 {
list-style-type: square;
margin-left: 4em;
margin-top: 0.4em;
margin-bottom: 0.4em
}
/*This rule should not be needed, as all list-2 lists should be nested within an OL or UL; it's put here just in case the HTML generation doesn't properly nest the 2nd level list. */